projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a70900
)
Fix last change for bug#41619
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Jun 2020 08:46:52 +0000
(11:46 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Jun 2020 08:46:52 +0000
(11:46 +0300)
* lisp/progmodes/python.el (python-shell-virtualenv-root): Fix
last change. (Bug#41619)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 0ce80db1993df1ca3317658b753c990d701a5023..22248f04402439de1c8710ac12cfa9989b9757cd 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-2093,7
+2093,6
@@
This variable, when set to a string, makes the environment to be
modified such that shells are started within the specified
virtualenv."
:type '(choice (const nil) directory)
- :safe #'file-directory-p
:group 'python)
(defcustom python-shell-setup-codes nil